home *** CD-ROM | disk | FTP | other *** search
/ Dr. Health'nstein's Body Fun / bodyfun.iso / mac / MAC MOVIE FOLDER / GAME3.DIR / 00049_Script_49 < prev    next >
Text File  |  1994-10-12  |  174b  |  8 lines

  1. on mouseDown
  2.   StartSound "CLICK.AIF"
  3.   set the visible of sprite 36 to FALSE
  4.   set the visible of sprite 33 to TRUE
  5.   
  6.   global whichGame
  7.   set whichGame = "SLOW"
  8. end